Now you need to link the styles.css file so the styles will be applied again. Nest a self-closing link element in the head element. Give it a rel attribute value stylesheet, a type attribute value of text-css, and an href attribute value of styles.css

35

<link rel="stylesheet" src="style.css" type="text/css">

Comments

Submit
0 Comments